/*--------------------la nautica--------------------*/
.img__nautica {
    min-width: 100%;
    height: auto;
    margin-top: 80px;
  }
  .lanautica {
    width: 100vw;
  }
  
  .footer__servicios {
    margin-top: 100px;
  }
  .footer__contacto {
    margin-top: 100px;
  }
  
  .opinions {
    display: flex;
    flex-direction: column;
  }
  .image__opinions {
    border-radius: 10px;
    width: 260px;
    height: auto;
    margin: 40px;
  }
  
  .container__nosotros {
    background: #3483fa;
    margin: 60px auto;
    width: 100vw;
    height: auto;
    border-radius: 5px;
    text-align: center;
  }
  .container__nosotros p {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.9;
    font-weight: 600;
    text-align: center;
  }
  .logo--nautica {
    color: #000000;
    margin: 10px;
  }
  .paragraph__nosotros {
    padding: 10px;
    margin: 20px;
    text-transform: uppercase;
  }
  hr {
    margin: 20px;
  }
  .container__nosotros h1 {
    font-family: "Bebas Neue", cursive;
    padding: 30px;
    font-size: 2.9rem;
    color: #000000;
    font-weight: 600;
    padding-bottom: 10px;
  }
  
  
  .iframe {
    width: 100%;
    height: 220px;
  }
  .img__comentarios{
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
    padding: 10px;
  }
  .link__comentarios{
    color: #000000;
    font-weight:normal;
    display: block;
    font-size: 16px;
  }
  a.link__comentarios{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .ribbon{
    color: aliceblue;
    display: block;
    height: 40px;
    width: 40px;
  }
  .ribbon__title{
    color: aliceblue;
    display: inline-block;
    height: 35px;
    width: 35px;
  
  }
  .img-fluid{
    width: 400px;
    height: auto;
  
  }
  .container_mercadolibre{
    width: 50vw;
    height: auto;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    
  }
  
  
  .footer__title p{
    color: #000000;
    font-weight: bold;
  }
  .paragraphcopyright{
    color: #000000;
    font-weight: bold;
  }

  .coment{
    background: url(images/outboard-landing.jpg__1880x470_q85_autocrop_crop_subsampling-2_upscale.jpg);
    background-repeat: no-repeat;
    box-shadow: 0 15px 25px rgba(129, 124, 124, 0.2);
    height: 500px;
    width: 90vw;
    margin: 20px auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .containercoment{
    background-color: #ffffffce;
    width: 80vw;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 15px 25px rgba(129, 124, 124, 0.2);
  }